From: Mattias EngdegÄrd Date: Mon, 1 Apr 2024 11:09:23 +0000 (+0200) Subject: * etc/NEWS: Mention a JSON codec improvement. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~14^2~18^2~2072^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=ce492cc5ae4b0a185dde45b5f2fc046e8d98dc36;p=emacs.git * etc/NEWS: Mention a JSON codec improvement. --- diff --git a/etc/NEWS b/etc/NEWS index 11bca90314a..e575fc2936e 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2326,6 +2326,10 @@ this case, would mean repeating the object in the argument list.) When replacing an object with a different one, passing both the new and old objects is still necessary. +--- +** The JSON encoder and decoder now accept arbitarily large integers. +Previously, they were limited to the range of signed 64-bit integers. + * Changes in Emacs 30.1 on Non-Free Operating Systems